home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #11 / Software USA Volume 4.11.iso / mac / Educational / mac06 / usr / include / size_t.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-12-07  |  135 b   |  10 lines  |  [TEXT/KAHL]

  1. /* mac06©1997 by HNS/DSITRI hns@computer.org
  2. ** size_t.h
  3. */
  4.  
  5. #pragma once
  6.  
  7. typedef unsigned int size_t;
  8. typedef int ssize_t;
  9.  
  10. /* EOF */